home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 January / Macworld (2000-01).dmg / Shareware World / Graphics / DeFish / DeFish Preferences < prev    next >
Text File  |  1999-10-22  |  2KB  |  79 lines

  1. DeFishPreferences(
  2.     1.0
  3. )
  4.     Setting
  5.     (
  6.         "8 mm 140° square perspective"
  7.             FishRadius(1)
  8.             FishCenter(0    0)
  9.             FishFOV(180)
  10.             Projection(perspective)
  11.             FOV(140    140)
  12.             Options(square noHemiCube dependentWidthHeight bicubic )
  13.     )
  14.     Setting
  15.     (
  16.         "8 mm 90° square hemicube"
  17.             FishRadius(1)
  18.             FishCenter(0    0)
  19.             FishFOV(180)
  20.             Projection(perspective)
  21.             FOV(90    90)
  22.             Options(square hemicube dependentWidthHeight bicubic )
  23.     )
  24.     Setting
  25.     (
  26.         "8 mm 180°x115° square cylindrical"
  27.             FishRadius(1)
  28.             FishCenter(0    0)
  29.             FishFOV(180)
  30.             Projection(cylindrical)
  31.             FOV(180    115.0367)
  32.             Options(dependentWidthHeight bicubic )
  33.     )
  34.     Setting
  35.     (
  36.         "8 mm 180°x140° cylindrical"
  37.             FishRadius(1)
  38.             FishCenter(0    0)
  39.             FishFOV(180)
  40.             Projection(cylindrical)
  41.             FOV(180    140)
  42.             Options(dependentWidthHeight bicubic )
  43.     )
  44.     Setting
  45.     (
  46.         "16 mm max perspective"
  47.             Comment("This is obvious when you choose \"hemicube\" with this option")
  48.             FishRadius(1.8)
  49.             FishCenter(0    0)
  50.             FishFOV(170)
  51.             Projection(perspective)
  52.             FOV(93    140)
  53.             Options(rectangular noHemiCube dependentWidthHeight bicubic )
  54.     )
  55.     Setting
  56.     (
  57.         "16 mm max cylindrical"
  58.             FishRadius(1.8)
  59.             FishCenter(0    0)
  60.             FishFOV(170)
  61.             Projection(cylindrical)
  62.             FOV(93    130)
  63.             Options(dependentWidthHeight bicubic )
  64.     )
  65.     Setting
  66.     (
  67.         "mirrorball 360°x145° cylindrical"
  68.             FishRadius(1)
  69.             FishCenter(0    0)
  70.             FishFOV(360)
  71.             Projection(cylindrical)
  72.             FOV(360    144.6864)
  73.             Options(dependentWidthHeight bicubic )
  74.     )
  75.     Comment
  76.     (
  77.         "Default(mySettings) to choose default setting"
  78.     )
  79.